
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
@babel/plugin-transform-react-jsx-development
Advanced tools
Turn JSX into React function calls in development
The @babel/plugin-transform-react-jsx-development package is a Babel plugin specifically designed for transforming React JSX syntax into JavaScript code during development. This plugin provides enhanced debugging capabilities by including more descriptive names and locations in the transformed code, which helps in debugging React components more effectively.
Transform JSX to JavaScript
Converts JSX syntax into JavaScript, making it understandable by browsers. In development mode, it includes specific details such as component names and line numbers to aid in debugging.
const element = <div>Hello, world!</div>;
Source location tracking
Embeds source location information into the transformed code, which helps in tracing back to the original source code location during debugging.
const profile = <Profile name='John Doe' />;
Similar to @babel/plugin-transform-react-jsx-development, this package transforms JSX into JavaScript. The main difference is that it is optimized for production use, focusing on performance optimizations and smaller output without detailed debugging information.
This package is a Babel preset that includes @babel/plugin-transform-react-jsx along with other plugins and configurations tailored for React apps. It simplifies setup but is less customizable compared to using individual plugins like @babel/plugin-transform-react-jsx-development.
Turn JSX into React function calls in development
See our website @babel/plugin-transform-react-jsx-development for more information.
Using npm:
npm install --save-dev @babel/plugin-transform-react-jsx-development
or using yarn:
yarn add @babel/plugin-transform-react-jsx-development --dev
v7.27.1 (2025-04-30)
babel-parser
babel-parser
, babel-types
babel-plugin-proposal-destructuring-private
, babel-plugin-proposal-do-expressions
, babel-traverse
babel-helper-wrap-function
, babel-plugin-transform-async-to-generator
babel-helper-remap-async-to-generator
, babel-plugin-transform-async-to-generator
babel-helper-fixtures
, babel-parser
babel-generator
, babel-parser
babel-parser
babel-compat-data
, babel-preset-env
babel-traverse
babel-generator
babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining
, babel-plugin-proposal-decorators
, babel-plugin-transform-arrow-functions
, babel-plugin-transform-class-properties
, babel-plugin-transform-destructuring
, babel-plugin-transform-object-rest-spread
, babel-plugin-transform-optional-chaining
, babel-plugin-transform-parameters
, babel-traverse
babel-runtime-corejs2
, babel-runtime-corejs3
, babel-runtime
regenerator-runtime
dep in @babel/runtime
(@nicolo-ribaudo)babel-compat-data
, babel-preset-env
babel-compat-data
, babel-standalone
babel-register
@babel/register
to cts (@liuxingbaoyu)babel-cli
, babel-compat-data
, babel-core
, babel-generator
, babel-helper-compilation-targets
, babel-helper-fixtures
, babel-helper-module-imports
, babel-helper-module-transforms
, babel-helper-plugin-test-runner
, babel-helper-transform-fixture-test-runner
, babel-helpers
, babel-node
, babel-parser
, babel-plugin-transform-modules-amd
, babel-plugin-transform-modules-commonjs
, babel-plugin-transform-modules-systemjs
, babel-plugin-transform-modules-umd
, babel-plugin-transform-react-display-name
, babel-plugin-transform-regenerator
, babel-plugin-transform-runtime
, babel-plugin-transform-typeof-symbol
, babel-plugin-transform-typescript
, babel-preset-env
, babel-register
, babel-standalone
, babel-types
babel-plugin-transform-regenerator
babel-helpers
, babel-plugin-transform-async-generator-functions
, babel-plugin-transform-regenerator
, babel-preset-env
, babel-runtime-corejs3
babel-helpers
, babel-plugin-transform-regenerator
babel-helpers
babel-helpers
, babel-plugin-transform-modules-commonjs
, babel-runtime-corejs3
interopRequireWildcard
size (@liuxingbaoyu)babel-helpers
, babel-plugin-transform-async-generator-functions
, babel-plugin-transform-regenerator
, babel-preset-env
, babel-runtime-corejs3
regeneratorRuntime
size (@liuxingbaoyu)FAQs
Turn JSX into React function calls in development
The npm package @babel/plugin-transform-react-jsx-development receives a total of 17,756,089 weekly downloads. As such, @babel/plugin-transform-react-jsx-development popularity was classified as popular.
We found that @babel/plugin-transform-react-jsx-development demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.